From 2cdb88a64023652b22435f0f73207b6b24e1e25f Mon Sep 17 00:00:00 2001 From: oliskoli Date: Tue, 15 Aug 2006 17:56:21 +0000 Subject: [PATCH] Typo fix. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2301 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gbfile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpsbabel/gbfile.h b/gpsbabel/gbfile.h index 5b1f33397..644430805 100644 --- a/gpsbabel/gbfile.h +++ b/gpsbabel/gbfile.h @@ -84,7 +84,8 @@ char *gbfgetpstr(gbfile *file); // read a pascal string int gbfputint16(const gbint16 i, gbfile *file); #define gbfputuint16(a,b) gbfputint16((gbuint16)(a),(b)) int gbfputint32(const gbint32 i, gbfile *file); -#define gbfputuint32(a,b) gbfputint16((gbuint32)(a),(b)) +#define gbfputuint32(a,b) gbfputint32((gbuint32)(a),(b)) + int gbfputdbl(const double d, gbfile *file); // write a double value int gbfputflt(const float f, gbfile *file); // write a float value int gbfputcstr(const char *s, gbfile *file); // write string including '\0' -- 2.30.2